//==============================================================================
// Shrine.txt
//==============================================================================

//==============================================================================
define CypressA
{
	set hotspot
	{
		version
		{
			visual terrain g cypressA
		}
	}
}

//==============================================================================
define CypressB
{
	set hotspot
	{
		version
		{
			visual terrain g cypressB
		}
	}
}
//==============================================================================
anim Idle
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta G Shrine
					 connect rightear Cypressb hotspot
					 connect rightfoot CypressA hotspot
					 connect rightforearm Cypressb hotspot
					 connect righthand CypressA hotspot
			}
		}
	}	
}

//==============================================================================
anim Death
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta G Shrine_Death
					 connect rightear Cypressb hotspot
					 connect rightfoot CypressA hotspot
					 connect rightforearm Cypressb hotspot
					 connect righthand CypressA hotspot
			}
		}
	}	
}